home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / misc / splines.lha / Splines / Proto / bspline_protos.h < prev    next >
Encoding:
Text File  |  1994-09-16  |  331 b   |  14 lines

  1. /* Prototypes for functions defined in
  2. bspline.c
  3.  */
  4.  
  5. void Draw_Natural_Bspline(WINDOW * w,
  6.                           DLISTPTR control_points);
  7.  
  8. void Draw_TripleKnot_Bspline(WINDOW * w,
  9.                              DLISTPTR control_points);
  10.  
  11. void Draw_Closed_Bspline(WINDOW * w,
  12.                          DLISTPTR control_points);
  13.  
  14.